home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Demo Software / MacDraw II Demo / MacDraw II Help / card_16815.txt < prev    next >
Text File  |  1989-03-29  |  5KB  |  242 lines

  1. -- card: 16815 from stack: in
  2. -- bmap block id: 21262
  3. -- flags: 0000
  4. -- background id: 17432
  5. -- name: Help on Help
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button "OK"
  9.   hide card field "atTop"
  10. end closeCard
  11.  
  12.  
  13.  
  14. -- part 2 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=351 top=153 right=189 bottom=444
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 3
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Text
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 01
  30. -- high flags: 2000
  31. -- rect: left=195 top=228 right=260 bottom=290
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 10
  37. -- style flags: 0
  38. -- line height: 12
  39. -- part name: Text
  40.  
  41.  
  42. -- part 4 (field)
  43. -- low flags: 01
  44. -- high flags: 0000
  45. -- rect: left=142 top=68 right=120 bottom=398
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 3
  50. -- text size: 12
  51. -- style flags: 256
  52. -- line height: 16
  53. -- part name: Header
  54.  
  55.  
  56. -- part 5 (field)
  57. -- low flags: 01
  58. -- high flags: 0000
  59. -- rect: left=75 top=153 right=190 bottom=232
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 3
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Text
  68.  
  69.  
  70. -- part 8 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=282 top=2 right=45 bottom=325
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Help on Help
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   hide card field "atTop"
  85.   hide button "OK"
  86.   show card field "You'reHere"
  87.   show button id 18
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 9 (field)
  93. -- low flags: 81
  94. -- high flags: 2004
  95. -- rect: left=140 top=163 right=281 bottom=363
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 3
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: you'rehere
  104.  
  105.  
  106. -- part 14 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=21 top=163 right=182 bottom=64
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Help on Help
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   show card field "atTop"
  121.   show button "OK"
  122. end mouseUp
  123.  
  124.  
  125. -- part 15 (field)
  126. -- low flags: 81
  127. -- high flags: 2004
  128. -- rect: left=72 top=145 right=228 bottom=241
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 0
  132. -- font id: 3
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: attop
  137.  
  138.  
  139. -- part 16 (button)
  140. -- low flags: 80
  141. -- high flags: A003
  142. -- rect: left=135 top=200 right=223 bottom=171
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: OK
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   hide button "OK"
  154.   hide card field "atTop"
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 18 (button)
  160. -- low flags: 80
  161. -- high flags: A003
  162. -- rect: left=226 top=252 right=275 bottom=264
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 0 / 0
  165. -- text alignment: 1
  166. -- font id: 0
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: OK
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   hide button id 18
  174.   hide card field "you'reHere"
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part contents for background part 3
  180. ----- text -----
  181. How to Use Help
  182.  
  183. -- part contents for card part 2
  184. ----- text -----
  185. Do NOT
  186. double-click.   
  187.  
  188. -- part contents for card part 3
  189. ----- text -----
  190. Click the ‚ÄúNext‚Äù button now.
  191.  
  192. -- part contents for card part 4
  193. ----- text -----
  194. Think of Help as a stack of cards. Navigation buttons are at the top of each card.
  195.  
  196. -- part contents for card part 5
  197. ----- text -----
  198. Click the ‚ÄúNext‚Äù button to see the next card.
  199.  
  200. -- part contents for card part 9
  201. ----- text -----
  202. ¬†You‚Äôre already looking at the   ¬†first ‚ÄúHow to Use Help‚Äù card.
  203.  
  204. ¬†Click the ‚ÄúNext‚Äù button to see ¬†the next card.
  205.  
  206.  
  207. -- part contents for background part 36
  208. ----- text -----
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. -- part contents for background part 37
  221. ----- text -----
  222. Stack card number: 2
  223.  
  224. -- part contents for card part 15
  225. ----- text -----
  226. Right idea, but the real navigation buttons are at the top of the card.
  227.  
  228. -- part contents for background part 34
  229. ----- text -----
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. -- part contents for background part 38
  241. ----- text -----
  242. 1 of 4